home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / incoming / jstools-.6v3 / jstools- / jstools-tk3.6v3.0 / jstools-tk3.6v3.0.INSTALL < prev    next >
Encoding:
Text File  |  1995-03-14  |  2.5 KB  |  57 lines

  1. JSTOOLS VERSION 3.6/3.0 INSTALLATION INSTRUCTIONS
  2.  
  3. This directory contains version 3.6/3.0 of the jstools distribution.  
  4.  
  5. Please send bug reports and comments to me, <js@bu.edu>.  I am interested 
  6. in comments on the documentation as well as the code itself.
  7.  
  8. IMPORTANT: This version is not guaranteed to run under Tk 4.0!  It's
  9. been written and tested under Tk 3.6, and seems reasonably stable there.
  10. As I write, there's a bug in focus handling in Tk 4.0b2 (the second beta
  11. release of Tk 4) which poses severe problems for these scripts.  The
  12. non-beta release of Tk 4.0 isn't likely to suffer from this problem, but
  13. the jstools applications and libraries will function a little
  14. differently from the way they're documented under Tk 4.0.
  15.  
  16. TESTING
  17.  
  18. To test jstools from this directory, you should add <here>/bin 
  19. to your PATH environment variable, and set the environment variable 
  20. JSTOOLS_LIB to <here>/lib .  (If you're just installing jstools for 
  21. your own use, in your own directory, you can just leave it where you 
  22. unpacked it, set JSTOOLS_LIB and PATH appropriately in your .cshrc 
  23. or .profile, and leave it at that.)
  24.  
  25. INSTALLATION
  26.  
  27. To install jstools, just run the jinstall wish script in this directory,
  28. fill in the fields properly (help is available within the script), and
  29. click on the `Install' button.  You can
  30.  
  31. If you don't have wish or the X Window System available when you're
  32. installing jstools, or if you just prefer to do things the hard way, you
  33. can (recursively) copy ./lib to a library directory for the jstools
  34. package (/usr/local/lib/jstools is a reasonable choice).  Then, if you
  35. haven't chosen to put the libraries in /usr/local/lib/jstools, you
  36. should change "/usr/local/lib/jstools" to whatever directory you chose
  37. in the scripts in ./bin, and also (if necessary) change the path to the
  38. wish interpreter in their first lines.  If you want to install the
  39. "works-in-progress" in the "w-in-p" directory, do the same thing with
  40. them.  (Note that jperson is a tclsh script rather than a wish script.)
  41.  
  42. DOCUMENTATION
  43.  
  44. Documentation is included in jdoc format; it gets installed when you 
  45. copy ./lib (or it gets found under $JSTOOLS_LIB).  You can type "jdoc" 
  46. to get a list of (cryptically-named) topics to choose from, or you 
  47. can type "jdoc jstools" and/or "jdoc jslibraries" to get an overview; 
  48. those documents contain links to the rest of the documentation.
  49.  
  50. The jdoc documents are used by the `Help' commands under each application's 
  51. leftmost menu.  (Yes, this is non-Motif; I'll fix it in a future release. :-)
  52.  
  53. Jay Sekora
  54. <js@bu.edu>
  55. 1994.02.14
  56.  
  57.